﻿html, body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    margin: 0px;
    color: #777;
    font-size: 9pt;
    line-height: 16pt;
    background-color: #999999;
    top: 0px;
    left: 0px;
}

p, span
{
    font-size: 9pt;
    font-family: Arial;
    line-height: 13pt;
    margin: 10px;
}

div
{
    font-size: 9pt;
    font-family: Arial, Sans-Serif;
    margin: 0px;
}

#mainContainer
{
    height: 100%;
    width: 100%;
    position: absolute;
    margin: auto;
}

#contentContainer
{
    height: 98%;
    width: 900px;
    margin: 5px auto 5px auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#c6c5c5));
    background: -moz-linear-gradient(top,  #f4f4f4,  #c6c5c5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#c6c5c5');
}

#headerLogo
{
    position: absolute;
    padding: 20px;
    width: 880px;
}


#contents
{
    position: relative;
    top: 20%;
    left: 13%;
}

#frmlogin
{
    background: url(../_images/login/content_bg.png) repeat-x;
    padding: 15px;
    width: 650px;    
}

#banner
{
    width: 100%;
    height: 192px;
}


#contentText
{
    width: 380px;
    height: 152px;
    text-align: justify;
}

#contentText #title
{
    font-size: 20px;
    color: #FFFFFF;
    border-bottom: 1px solid #ebece6;
    margin-bottom: 8px;
    height: 25px;
}

#contentText #description
{    
    color: #FFFFFF;
    margin: 0px;
    font-size: 9pt;
    line-height: 13pt;
}

#login
{
    width: 230px;
    height: 110px;
    padding: 10px 15px 10px 15px;
    text-align: right;
    background-color: #333;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.80;
    border: 1px; /*rgb(233, 233, 233) solid;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#login #smallTxt
{
    color: #CCC;
    font-size: 8pt;
    padding-right: 5px;
}

#login #smallTxt a:hover, a:visited, a:link
{
    color: #CCC;
    font-size: 8pt;
    text-decoration: none;
}


#forgotpassword
{
    width: 230px;
    height: 110px;
    padding: 10px 15px 10px 15px;
    text-align: right;
    background-color: #333;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.80;
    border: 1px; /*rgb(233, 233, 233) solid;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#forgotpassword #smallTxt2
{
    color: #CCC;
    font-size: 8pt;
    padding-right: 5px;
}

#forgotpassword #smallTxt2 a:hover, a:visited, a:link
{
    color: #CCC;
    font-size: 8pt;
    text-decoration: none;
}


#resetpassword
{
    width: 230px;
    height: 110px;
    padding: 10px 15px 10px 15px;
    text-align: right;
    background-color: #333;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.80;
    border: 1px; /*rgb(233, 233, 233) solid;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#resetpassword #smallTxt
{
    color: #CCC;
    font-size: 8pt;
    padding-right: 5px;
}

#resetpassword #smallTxt a:hover, a:visited, a:link
{
    color: #CCC;
    font-size: 8pt;
    text-decoration: none;
}

#shadow
{
	width:764px;
	height:56px;	
	margin:0 auto;
	margin-top:-40px;
	margin-left:-38px;
	background:url(../_images/login/shadow.png) no-repeat;
}

#footer
{
    position: absolute;
    width: 880px;
    color: #ccc;
    background: #625f5f;
    font-size: 10px;
    text-align: right;
    padding: 5px 10px 5px 10px;
    bottom: 5px;
}

.textBox {
	width:140px;
}

.loginLabel {
	color:#FFF;
	font-size:12px;
	padding-right:5px;
}


.loginMessage
{	
    color:Blue;
	font-size:12px;		
	text-align:center;	
	width: 650px;
}